home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
My Secret Beach
/
My Secret Beach.iso
/
mac
/
My Secret Beach
/
Wphoto.DIR
/
00001_Script_1
next >
Wrap
Text File
|
1996-02-16
|
659b
|
35 lines
on StartMovie
set the MouseUpScript to "MouseActionTable"
end
on MouseActionTable
if the clickOn = 5 then
go to the frame-5
end if
if the clickOn = 6 then
go to the frame+600
end if
if the clickOn = 7 then
go to the frame+3
end if
if the clickOn = 9 then
go to the frame+2
end if
if the clickOn = 10 then
go to the frame-2
end if
if the clickOn =11 then
go to 600
end if
if the clickOn =12 then
go to the frame-600
end if
end
on idle
if soundBusy(2) =0 then
sound playFile 2, "My Secret Beach:My Secret Beach:sound:MAIN.AIF"
end if
end